home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr53
/
pctv4n_1.zip
/
QEDICT.MAK
< prev
next >
Wrap
Text File
|
1993-06-10
|
904b
|
67 lines
.AUTODEPEND
# *Translator Definitions*
CC = bcc +QEDICT.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\BC\LIB;\SQL;\WIN\SYSTEM
INCLUDEPATH = C:\BC\INCLUDE
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies = \
owl.def \
{$(LIBPATH)}qelib.lib \
qedict.obj \
qefuncs.obj
# *Explicit Rules*
qedict.exe: qedict.cfg $(EXE_dependencies)
$(TLINK) /v/x/c/P-/C/Twe/L$(LIBPATH) @&&|
c0wl.obj+
qedict.obj+
qefuncs.obj
qedict
# no map file
qelib.lib+
mathwl.lib+
import.lib+
cwl.lib
owl.def
|
RC qedict.exe
# *Individual File Dependencies*
qedict.obj: qedict.cfg qedict.c
qefuncs.obj: qedict.cfg qefuncs.c
# *Compiler Configuration File*
qedict.cfg: qedict.mak
copy &&|
-ml
-2
-N
-v
-W
-vi-
-wpro
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
| qedict.cfg